Item Property (C1ObservableItemCollection.CollectionChangedEventArgs<TOwner,TItem>)
                In This Topic
            
            The item associated with the change in the collection.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property Item As System.Object
             
        
            
            public System.object Item {get;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also